Inserts the specified item at the specified index in the collection.
シンタックス
'宣言
Public Function InsertAsync( _
ByVal As System.Guid, _
ByVal As System.Integer, _
ByVal As _
) As System.Threading.Tasks.Task(Of Integer)
public System.Threading.Tasks.Task<int> InsertAsync(
System.Guid ,
System.int ,
)
パラメータ
- eTag
- The token that determines whether the calling collection is synchronized.
- index
- The index where the item will be inserted.
- addedItem
- The item to be inserted.
参照